home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global niv_sonido1, niv_sonido2, full_video, idioma, paleta_conf
- puppetPalette(paleta_conf)
- repeat with xx = 5 to 8
- puppetSprite(xx, 1)
- end repeat
- puppetSprite(11, 1)
- set the locH of sprite 7 to 258 + integer(float(niv_sonido2) * float(54) / float(256))
- set the locV of sprite 7 to 459
- set the locH of sprite 8 to 323 + integer(float(niv_sonido1) * float(54) / float(256))
- set the locV of sprite 8 to 459
- if full_video then
- set the castNum of sprite 6 to the number of cast "PETITCAD.PIC"
- else
- set the castNum of sprite 5 to the number of cast "PETITCAD.PIC"
- end if
- set the castNum of sprite 11 to the number of cast "ENGLISH.PIC" + idioma - 1
- updateStage()
- end
-